Disable building of some internal tools that no longer link
authorJoachim Bauch <bauch@struktur.de>
Thu, 6 Aug 2026 05:05:03 +0000 (13:05 +0800)
committerAron Xu <aron@debian.org>
Thu, 6 Aug 2026 05:05:03 +0000 (13:05 +0800)
because internal symbols are no longer exported.

Gbp-Pq: Name disable_tools.patch

Makefile.am

index b4098f8c755abdd5644063422c0c6c9463abfc29..0d669349d0722fa96108c0a44446f525c93566d9 100644 (file)
@@ -8,13 +8,6 @@ if ENABLE_DEC265
 SUBDIRS+=dec265
 endif
 
-if ENABLE_ENCODER
-SUBDIRS+=enc265
-endif
-
-SUBDIRS+=tools
-SUBDIRS+=acceleration-speed
-
 if ENABLE_SHERLOCK265
 SUBDIRS+=sherlock265
 endif